home *** CD-ROM | disk | FTP | other *** search
- Path: gryphon.phoenix.net!usenet
- From: brucew@phoenix.net (Bruce Wedding)
- Newsgroups: comp.lang.c
- Subject: Re: Weird Problem with arrays
- Date: Fri, 16 Feb 1996 03:07:19 GMT
- Organization: BranPaul Systems
- Message-ID: <4g0sdt$6lb@gryphon.phoenix.net>
- References: <4fr2ad$8ch@metro.usyd.edu.au>
- NNTP-Posting-Host: dial32.phoenix.net
- X-Newsreader: Moe's Newsreader
-
- > Recently I
- >changed one of these variables from an int to an integer array, (and also
- >changed all references to the variable in the program to reflect this of
- >course). However, now at least one of the character arrays appears to have
- >been corrupted by this action. Specifically when I search it, it doesn't
- >seem to contain the data that it should.
-
- You posta no code, you getta no answer :) One would surmise that
- you are overrunning your array bounds somewhere. That is what I
- would look for.
-
- Bruce D. Wedding Have Compiler, Will Travel!
- Perspicacious Programming Performed Promptly
- Katy, Texas, USA, Planet Earth, Milkyway Galaxy, Known Universe
-
-